:root {
	--img-width: 49.5%;
	--main-width: 90%;
	--about-height: auto;
	--title-margin-left: 50px;
}

.main {
	width: var(--main-width);
	margin: auto;
}

@media screen and (max-width:997px) {
	:root {
		--img-width: 100%;
		--main-width: 90%;
	}

	input {
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}
}

/* 项目代码 */
/* ===== 标题 =====  */
.service-top {
	margin: 80px 0px 40px 80px;
	display: flex;
}

.service-title {
	display: block;
	font-size: 30px;
	/* border: 1px solid red; */
	flex: 2;
	min-width: 5em;
}

.service-title span {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
}

.service-des {
	margin-left: var(--title-margin-left);
	line-height: 2;
	letter-spacing: 0.8px;
	font-size: 14px;
	flex: 8;
}

@media screen and (max-width:997px) {
	.service-top {
		display: block;
		margin: 30px 0px;
	}

	.service-pics {
		margin-bottom: 30px;
	}

	.service-title {
		text-align: center;
		margin-bottom: 30px;
		margin-top: 50px;
		font-size: 26px;
	}

	.service-title span {
		text-align: center;
		font-size: 14px;
	}

}

/* ===== 图片 =====  */
.service-bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.service-pics {
	width: var(--img-width);
	display: block;
	position: relative;
	margin-bottom: calc(100% - var(--img-width) * 2);
	overflow: hidden;
}
.about-pic-img{
	width: 100%;
	overflow: hidden;
	border: 2px solid transparent
	
}
.service-pics img,
.fishlamp-item img {
	width: 100%;
	transform: scale(1);
	transition: .3s ease-in-out;
}

.service-pic-txt {
	position: absolute;
	top: 50%;
	color: #fff;
	padding-left: 50px;
	z-index: 1;
	margin-top: -35px;
}

.service-pic-txt span {
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1.7;
	font-weight: 500;
}

.service-pic2 .service-pic-txt {
	color: #000;
}

/* pc端 */
@media screen and (min-width:997px) {
	/* .service .service-pics:hover img {
		transform: scale(1.1);
	} */
	.about-pic-img:hover img {
		transform: scale(1.1);
	}

	/* .fishlamp-item:hover img {
		transform: scale(1.1);
	} */
}

/* 移动端样式 */
@media screen and (max-width:997px) {

	/* 图片 */
	.service-bottom .col-lg-6 {
		padding-right: 0px !important;
		padding-left: 0px;
	}

	.service-pic-txt {
		padding-left: 20px;
	}

	.service-pic-txt span {
		font-size: 24px;
	}
}


/* ===== about us 关于我们 =====  */
.about-bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.about-pic {
	display: block;
	width: var(--img-width);
	height: var(--about-height);
	position: relative;
	color: #fff;
	overflow: hidden;
}

.about-pic:hover {
	color: #fff;
}

.about-pic img {
	width: 100%;
}

.about-pic-txt {
	position: absolute;
	top: 25vh;
	right: 3vw;
}

.about-pic-txt div {
	font-size: 1.6vw;
	margin-bottom: 70px;
	position: relative;
	right: -5px;
}

.about-pic-txt p {
	text-align: right;
	margin-top: 10px;
}

.about-content {
	width: calc(100% - var(--img-width));
	height: var(--about-height);
	background-color: #fafafa;
}

.about-content-pic {
	display: flex;
	justify-content: space-evenly;
	margin-top: 15%;
	margin-bottom: 20%;
	padding: 0 2.5%;
}

.about-content-pic img {
	width: 30%;
}

.about-zhiliang {
	padding-left: 40px;
}

.about-zhiliang li {
	font-weight: bold;
	list-style-type: disc;
	margin-bottom: 10px;
}

.about-zhiliang p {
	margin-bottom: 10px;
}

.about-zhiliang li:last-child {
	margin-top: 50px;
}

/* 移动端样式 */
@media screen and (max-width:997px) {
	.about {
		margin-top: 20px;
	}

	.about-content {
		width: var(--img-width);
		height: auto;
	}

	.about-content-pic {
		margin-top: 5%;
		margin-bottom: 5%;
	}

	.about-zhiliang {
		font-size: 14px;
		padding-bottom: 20px;
	}

	.about-zhiliang li:last-child {
		margin-top: 0px;
		;
	}

	.about-zhiliang p {
		display: inline-block;
		margin-bottom: 10px;
	}

	.about-pic-txt {
		top: 15vh;
	}

	.about-pic-txt div {
		font-size: 16px;
		right: 0px;
	}

	.about-pic-txt p {
		font-size: 12px;
	}

}

/* =====  news 标题 ===== */
.news {
	background-color: #fafafa;
	padding: 90px 0;
	margin-top: 95px;
}

.news .service-top {
	margin-bottom: 40px;
	margin-top: 0px;
}

.news .service-des {
	text-align: right;
	display: block;
	width: 100%;
}

.news-target {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #707070;
	height: 50px;
	width: 235px;
	padding: 0 25px 0 40px;
	font-weight: 400;
	letter-spacing: 1.3px;
	border-radius: 30px;
	margin-right: 8.6%;
	transition: .3s ease-in-out;
	font-size: 14px;
}

.news-target a {
	font-size: 14px;
}

.news-target:visited {
	color: #000;
	text-decoration: none;
}

.news-target:focus {
	color: #000;
	text-decoration: none;
}

.news-target i {
	margin-left: 15px;
}

.news-target:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* 内容 */
.news-nav p {
	font-size: 15px;
	margin-bottom: 30px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	color: #ACACAC;
}

.news-nav .active {
	color: #000;
	font-weight: bold;
}

.news-nav p:hover {
	font-weight: bold;
	color: #000;
}

.news-list {
	display: block;
	width: 100%;
	margin-left: var(--title-margin-left);
	transition: 0.3s ease-in-out;
}

.news-list-item {
	display: block;
	padding: 45px 0;
	border-bottom: 1px solid #a5a5a5;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.news-list-item:first-child {
	border-top: 1px solid #a5a5a5;
}

.news-list-item .head {
	margin-bottom: 40px;
}

.news-list-item .title {
	margin-left: 40px;
	color: #DC0017;
}

.theme em,
.contents em,
.pdf em,
.breadcrumb em {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #7d7d7d;
	border-radius: 50%;
	position: relative;
	top: 3px;
	/* background-color: #f2f2f2; */
}

/* 新加 */
.news-list-item .item-con {
	flex: 8;
}

.news-list-item .item-arw {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #707070;
	margin-right: 30px;
	margin-left: 10px;
	/* 新加 */
	transition: 0.3s ease-in-out;
}

.news-list-item:hover .item-arw {
	background-color: #000;
	color: #fff;
}

/* 移动端 */
@media screen and (max-width: 997px) {
	.news {
		margin-top: 3em;
		padding: 30px 0;
	}

	.news .service-top {
		margin-bottom: 0px;
	}

	.news-nav {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.news-list {
		margin-left: 0px;
	}

	.news-list-item .head {
		margin-bottom: 10px;
	}

	.view-all {
		display: flex;
		justify-content: center;
	}

	.view-all .news-target {
		width: 80%;
		margin: 30px auto 0;
		padding: 25px 0;
		font-size: 14px;
	}
}

/* ===== 公司简介 ====*/
.intro .service-title {
	padding-bottom: 24px;
	font-size: 16px;
	border-bottom: 1px solid #DBDBDB;
}

.service-title h6 {
	padding-left: 20px;
	font-size: 17px;
}

.intro .service-top {
	margin-bottom: 0px;
	margin-top: 50px;
}

.intro .intro-top .service-title {
	margin-top: 0px;

	border-bottom: none;
}

.table02 {
	width: 100%;
	margin-bottom: 100px;
	border-top: 1px solid #DBDBDB;
	line-height: 1.8;
	font-size: 14px;
}

.table02 tr th {
	width: 200px;
	padding: 20px 0;
	background-color: #F7F7F7;
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
	border-bottom: 1px solid #DBDBDB;
	text-align: center;
}

.table02 tr td {
	padding: 20px 60px;
	border-bottom: 1px solid #DBDBDB;
	background-color: #fff;
	vertical-align: middle;
}

.table02 tr td div a {
	border-bottom: 1px solid #2E2E2E;
	transition: 0.3s ease-in-out;
}

.table02 tr td div a:hover {
	border-color: #fff;
}

.table02 tr td div a:focus {
	color: #000;
	text-decoration: none;
}

.table02 tr td div a:visited {
	color: #000;
	text-decoration: none;
}


@media screen and (max-width:997px) {
	.intro .service-top {
		width: 100%;
		margin-left: 0px;
		margin: auto;
		margin-bottom: 30px;
		border-bottom: none;

	}

	.intro .service-title {
		width: var(--main-width2);
		margin-left: 0px;
		margin: auto;
		text-align: left;
		/* border-bottom: 1px solid transparent; */
	}

	.intro .service-title2 {
		margin-left: 0px;

	}

	.table02 {
		margin-bottom: 0px;
	}

	.table02 tr th {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 10px 20px;
		text-align: left;
	}

	.table02 tr td {
		display: block;
		width: 100%;
		padding: 20px 0;
	}

	.table02 tr td div {
		padding-left: 20px;
		font-size: 13px;
	}

}

/* 确定按钮 */
.confirm input {
	font-size: 17px;
	background-color: #E6001E;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E6001E;
	height: 53px;
	width: 250px;
	font-weight: 400;
	letter-spacing: 1.3px;
	border-radius: 30px;
	padding: 0;
}

@media screen and (max-width:997px) {
	.confirm input {
		width: 100%;
		font-size: 14px;
	}
}

/* ===== 遮罩 =====*/
.modal-dialog{
	width: 60%;
}
.modal-title{
	font-size: 18px;
}
.modal-content {
	width: 100%;
	font-size: 12px;
	line-height: 2;
	background-color: #f7f7f7;
	color: #000;
}
.modal-body{
	overflow-y:scroll;
	width:100%; 
	height: 400px;
	font-size: 14px;
	line-height: 2;
}
.modal-body .title h2{
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
}
.modal-body .title h4 {
	font-size: 14px;
	line-height: 2;
}
.modal-body  h3 {
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
}
.modal-body  em {
	font-style: normal;
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
}
@media screen and (max-width:997px) {
	.modal-body{
		height:400px;
	}
	.modal-dialog{
		width: 95%;
	}
}


